home *** CD-ROM | disk | FTP | other *** search
- gPanelWidth = max( 325, zstring_width(zstring: '$$$/Dialogs/UserSettings/GlobalMaxString') + 25 );
-
- dialog(target_id: 'name' )
- {
- cluster(item_id: 'Panl', name: '$$$/Dialogs/PasswordOptions/ClusterTitle',
- dwidth: gPanelWidth, align_children: align_left)
- {
- static_text(name: '$$$/Dialogs/PasswordOptions/PopupTitle', alignment: align_fill);
- popup(item_id: 'time', alignment: align_fill);
-
- static_text(name: '$$$/Dialogs/PasswordOptions/Password', alignment: align_fill);
- edit_text(item_id: 'pnew', password: true, alignment: align_fill );
-
- gap(height: 5);
- button(item_id: 'aply', name: '$$$/Dialogs/PasswordOptions/Apply', alignment: align_right);
- }
- }
-